home *** CD-ROM | disk | FTP | other *** search
/ The Dream Of Mars / The Dream of Mars.iso / Labo.dxr / 00070.ls < prev    next >
Encoding:
Text File  |  1997-01-07  |  463 b   |  20 lines

  1. on mouseUp
  2.   if the visible of sprite 5 = 0 then
  3.     puppetSound(2, "Beep01b")
  4.     set the visible of sprite 16 to 1
  5.     updateStage()
  6.     set the visible of sprite 5 to 1
  7.     updateStage()
  8.     set the visible of sprite 16 to 0
  9.     updateStage()
  10.   else
  11.     puppetSound(2, "Beep01b")
  12.     set the visible of sprite 16 to 1
  13.     updateStage()
  14.     set the visible of sprite 5 to 0
  15.     updateStage()
  16.     set the visible of sprite 16 to 0
  17.     updateStage()
  18.   end if
  19. end
  20.